home *** CD-ROM | disk | FTP | other *** search
/ Action pure / ACTION PURE (Art&Play)(1995).iso / brickp / wavemix.ini < prev   
INI File  |  1995-04-06  |  3KB  |  98 lines

  1. [general]
  2. ; if ShowDevices exists and is non-zero then will display wave out devices and other stuff
  3. ;
  4. ; ShowDevices=0  : default
  5. ; ShowDevices=1  : show output from waveOutGetDevCaps
  6. ShowDevices=0
  7.  
  8. ; if WaveOutDevice exists it should be between zero and one less num devices
  9. ; the default is WAVE_MAPPER
  10. ;
  11. ; WaveOutDevice=0 : use the first device (default)
  12. ; WaveOutDevice=1 : use the second device
  13. ; WaveOutDevice=-1: use WAVE_MAPPER (will use [Unknow Device] setttings)
  14. ;
  15. ;
  16. WaveOutDevice=0
  17.  
  18. ; Wavemix will detect if it is running on a 286 and not use any 386 instructions
  19. ; you can force it to use the 286 only code on a 386 by setting cmixit=1
  20. ; cmixit=0 (default) 
  21. ; cmixit=1 uses only 286 code (even on a 386 or >)
  22. cmixit=0
  23.  
  24. [default]
  25. ; Remix=1 = ResetRemix()
  26. ; Remix=2 = NoResetRemix()
  27. ; default=1
  28. Remix=1
  29.  
  30. ; GoodWavePos=0 = uses timeGetTime() (default)
  31. ; GoodWavePos=1 = uses waveOutGetPosition()
  32. GoodWavePos=0
  33.  
  34. ; WaveBlocks=#  (2<=#<=6) the number of ping pong buffers to use
  35. ; default=3
  36. WaveBlocks=3
  37.  
  38. ; WaveBlockLen=#  min = 512 max = 4096
  39. ;   if a number is not specified Wavemix.dll will try to determine a size
  40. ;
  41.  
  42. ; SamplesPerSec=11 (11.025 Khz) (default)
  43. ;              =22 (22.04  KHz)
  44. ;              =44 (44.1   KHz)
  45. SamplesPerSec=11
  46.  
  47. [Windows Sound System Playback]
  48. ; Need to set do11khzmce=FALSE in system.ini->[sndsys.drv] if want to use Remix=1 and SamplesPerSec=11
  49. Remix=1
  50. GoodWavePos=1
  51. WaveBlocks=3
  52. ;;SamplesPerSec=22
  53. SamplesPerSec=11
  54. ;WaveBlockLen=
  55.  
  56. [MultiSound Wave Out]
  57. Remix=2
  58. GoodWavePos=1
  59. WaveBlocks=3
  60. ;WaveBlockLen=
  61.  
  62. [SB16 Wave Out]
  63. Remix=1
  64. GoodWavePos=0
  65. WaveBlocks=5
  66. ;;SamplesPerSec=22
  67. SamplesPerSec=11
  68. ;WaveBlockLen=
  69.  
  70. [SBPro Wave Out]
  71. Remix=1
  72. GoodWavePos=0
  73. WaveBlocks=5
  74. ;WaveBlockLen=
  75.  
  76. [Media Vision Waveform Output]
  77. Remix=1
  78. GoodWavePos=0
  79. WaveBlocks=3
  80. ;WaveBlockLen=
  81.  
  82. [UltraSound Waveform Output]
  83. Remix=2
  84. GoodWavePos=0
  85. WaveBlocks=3
  86. SamplesPerSec=11
  87.  
  88. [not compatible]
  89. ; sound drivers that are not compatible with wavemix.dll can be added here
  90. ; (the =1 is necessary).  One of the major conflicts occur with the PC Speaker
  91. ; drivers.  The wavemix.dll will only work with devices that support asynchronous
  92. ; operation - most of the pc speaker drivers are synchronous.  The name of the devices
  93. ; can be easily seen by setting ShowDevices=1 in the [general] section and then running
  94. ; a program which uses the wavemixer.  One major problem with some of the pc speaker
  95. ; drivers is that they report that they are asynchronous when they are really not.
  96.  
  97. Wave driver for PC Speaker=1
  98.